# 0 - Pre-War
model = {
	cost 						= 22
	buildtime					= 204
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 240
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	surfacedefence				= 4
	airdefence					= 4
	airattack					= 1
	strategicattack				= 2
	tacticalattack				= 1
	navalattack					= 0
	range						= 600
	supplyconsumption 			= 3
	fuelconsumption				= 4
}
# 1 - Basic
model = {
	cost 						= 22
	buildtime					= 208
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 250
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	surfacedefence				= 5
	airdefence					= 8
	airattack					= 1
	strategicattack				= 4
	tacticalattack				= 2
	navalattack					= 2
	range						= 1050
	supplyconsumption 			= 3
	fuelconsumption				= 4
}
# 2 - Improved
model = {
	cost 						= 22
	buildtime					= 220
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 300
	surfacedetectioncapability	= 4
	airdetectioncapability		= 3
	surfacedefence				= 6
	airdefence					= 12
	airattack					= 2
	strategicattack				= 7
	tacticalattack				= 3
	navalattack					= 3
	range						= 1300
	supplyconsumption 			= 3.5
	fuelconsumption				= 4.5
}
# 3 - Advanced
model = {
	cost 						= 24
	buildtime					= 228
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 350
	surfacedetectioncapability	= 4
	airdetectioncapability		= 3
	surfacedefence				= 8
	airdefence					= 16
	airattack					= 3
	strategicattack				= 10
	tacticalattack				= 5
	navalattack					= 5
	range						= 1500
	supplyconsumption 			= 4.5
	fuelconsumption				= 4.6
}
# 4 - Turbojet
model = {
	cost 						= 30
	buildtime					= 234
	defaultorganisation 		= 15
	manpower					= 2
	maxspeed					= 650
	surfacedetectioncapability	= 4
	airdetectioncapability		= 3
	surfacedefence				= 12
	airdefence					= 22
	airattack					= 4
	strategicattack				= 15
	tacticalattack				= 6
	navalattack					= 6
	range						= 1300
	supplyconsumption 			= 3
	fuelconsumption				= 5
}
